home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
287_02
/
prtfont.c
< prev
next >
Wrap
Text File
|
1989-05-23
|
384b
|
16 lines
#include <gds.h>
#include <prtfont.h>
char CFBUF[2048];
int NULLPRT,MAXPH,PBCOUNT=0;
char *PBPTR = CFBUF;
struct fontspec ROMchinfo = { 8,8,8,0,7,8 };
struct FONTABLE FONTTAB[MAXNFONT] =
{ PERMANENT, 0, 0, 127, 0, 0, (struct fontspec huge *) &ROMchinfo,
(char huge *) ROMFONT_ADR };
int CURFONT=0;